home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / lib-6.9.tar.gz / lib-6.9.tar / texmf / tex / tugboat / landscape.sty < prev    next >
Text File  |  1992-09-27  |  359b  |  10 lines

  1. % -*-LaTeX-*-
  2. % landscape.sty [14-Nov-88]
  3. % This simple style file exchanges \textwidth and \textheight to
  4. % get dimensions suitable for a landscape (width > height) page
  5. % Printing in landscape mode requires additional support from the
  6. % DVI driver.
  7. \@tempdima=\textwidth% NB: \@tempdima is defined in latex.tex
  8. \textwidth=\textheight
  9. \textheight=\@tempdima
  10.